.ch-slider-holder {
	width: 100%;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ch-slider {
	width: 1134px;
  height: 227px;
  overflow: hidden;
  padding-bottom: 80px;
}

.ch-slider-holder.associates .ch-slider .ch-gallery ul,
.ch-slider-holder.associates .ch-gallery,
.ch-slider-holder.associates .ch-slider {
	padding-bottom: 90px;
}


.ch-slider-holder.work-groups .ch-slider .ch-gallery ul,
.ch-slider-holder.work-groups .ch-gallery,
.ch-slider-holder.work-groups .ch-slider {
	padding-bottom: 50px;
}

.ch-slider-holder.associates .ch-bullets,
.ch-slider-holder.work-groups .ch-bullets {
	display: none;
}

.ch-slider .ch-gallery ul{
  width: 100000px;
	list-style: none;
  font-size: 0px;
  margin-left: 0px;
  overflow: hidden;
  height: inherit;
  padding-bottom: 80px;
}

.ch-slider .ch-gallery li {
float: left;
  width: 1134px;
  position: relative;
  height: inherit;
}

.ch-slider .ch-gallery li:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}

.ch-slider .ch-gallery li img {
	width: 100%;
  box-shadow: 5px 0px 10px rgba(0,0,0,0.6);
}

.ch-slider-holder.associates .ch-slider .ch-gallery li img {
  border: 20px solid #FFF;
  box-sizing: border-box;
}

.ch-slider .ch-gallery {
	width: 100%;
  overflow: hidden;
  height: inherit;
  padding-bottom: 80px;
}

.ch-controls {
position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
  display: none;
}

.ch-controls a {
  display: block;
	height: 30px;
  width: 30px;
  text-indent: -999999px;
  z-index: 4;
  position: absolute;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
}

.ch-controls a:hover:after,
.ch-controls a:hover:before {
	background: #b9d27e;
}

.ch-controls a:after,
.ch-controls a:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #333;
  display: block;
	left: 7px;
}


.ch-controls .ch-next {
  right: 10px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ch-controls .ch-prev {
  left: 10px;
}

.ch-controls .ch-prev:after,
.ch-controls .ch-next:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

.ch-controls .ch-prev:before,
.ch-controls .ch-next:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
}


.ch-bullets {
position: absolute;
  bottom: 6px;
  left: 50%;
  z-index: 4;
}

.ch-bullets ul {
	list-style: none;
  padding: 5px;
  overflow: hidden;
  position: relative;
  right: 50%;
}

.ch-bullets li {
  margin: 5px;
  float: left;
	cursor: pointer;
  width: 5px;
  height: 5px;
  background: #aaa;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #FFF;
  opacity: 0.8;
}

.ch-bullets li.selected {
background: #333;
}

/*.ch-panel-title {
  position: absolute;
  bottom: 40px;
	font-family: "Roboto";
  font-size: 32px;
  color: #FFF;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  z-index: 3;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
}*/


.ch-slider-holder.associates .ch-panel-title,
.ch-slider-holder.work-groups .ch-panel-title {
	padding-top: 4px;
	bottom: auto;
  top: 100%;
  color: #333;
  font-family: 'Raleway', Arial, san-serif;
  font-size: 18px;
  text-shadow: none;
}


.gallerypanel-info {
	padding: 20px;
  background-color: #FFF;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.our-services {
	position: relative;
  margin-bottom: 76px;
}

.our-services img {
	display: block;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.6);
}

.front-links .gallerypanel-info {
	width: 70%;
  background-color: #333;
  color: #FFF;
}

.front-links .gallerypanel-info h3 {
	color: inherit;
  font-size: 18px;
}


.gallerypanel-info h3 {
  font: 21px 'Open Sans', Arial, san-serif;
  color: #000;
}

.gallerypanel-info .read-more {
  display: inline-block;
  background-color: #fab913;
  color: #FFF;
  padding: 6px 16px;
  font-size: 14px;
  margin-top: 20px;
}